Marcos MaradoMarcos Marado - 2014-08-13T21:09:34+0100 - Updated: 2014-08-13T21:09:34+0100
Originally shared by nixCraftAutomatically detects problems with sh/bash scripts & commands. ShellCheck is a static analysis and linting tool for sh/bash scripts. It's mainly focused on handling typical beginner and intermediate level syntax errors and pitfalls where the shell just gives a cryptic error message or strange behavior, but it also reports on a few more advanced issues where corner cases can cause delayed failures.

View - http://www.shellcheck.net/

#linux   #unix   #bash   #sh   #osx   #bsd  Image
Shared with: Public, Marcos Marado, André Rivotti Casimiro
+1'd by: Gil Gonçalves
André Rivotti Casimiro (Rivotti) - 2014-08-14T09:09:14+0100
One of the checkers of Syntastic for sh: https://github.com/scrooloose/syntastic
Marcos Marado - 2014-08-14T09:13:12+0100
+André Rivotti Casimiro thanks, I didn't know about syntastic.
André Rivotti Casimiro (Rivotti) - 2014-08-14T09:18:27+0100
+Marcos Marado That and this http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/, changed the way I use vim :D